home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / educate / wordy442.zip / COMPILE.BAT < prev    next >
DOS Batch File  |  1996-07-05  |  103b  |  5 lines

  1. REM Compile using Borland C++, ver. 3.0 or later
  2. ECHO Compiling %1.c
  3. BCC -Ox -3 -G -a %1
  4. del *.obj
  5.